const github.com/klauspost/compress/flate.maxCodeLen

3 uses

	github.com/klauspost/compress/flate (current package)
		inflate.go#L20: 	maxCodeLen     = 16 // max length of Huffman code
		inflate.go#L132: 	var count [maxCodeLen]int
		inflate.go#L159: 	var nextcode [maxCodeLen]int